-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance orchestration template parameter type support #105
Conversation
It was accidently left blank when moved from manageiq repo
bcd73e2
to
bce829b
Compare
@bzwei unrecognized command 'bug', ignoring... Accepted commands are: add_label, assign, close_issue, move_issue, remove_label, rm_label, set_milestone |
@miq-bot add_label bug |
@miq-bot add_label wip |
Better support non-string parameter types including comma-delimited-list, number, boolean https://bugzilla.redhat.com/show_bug.cgi?id=1489908
@miq-bot remove_label wip |
Checked commits bzwei/manageiq-providers-openstack@0c1cdc4~...618d9d5 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, nice specs :-)
Better support non-string parameter types including comma-delimited-list, number, boolean
https://bugzilla.redhat.com/show_bug.cgi?id=1489908
depends on
ManageIQ/manageiq#16047Update:
The work now also include better support Cloudformation template. So it is able to accept both HOT and Cloudformation templates in either JSON or YAML format.
The last commit fixed an error in spec test that references to a factory that has been removed from manageiq repo.